home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 July & August / PCWorld_2007-07-08_cd.bin / v cisle / deepburner / DeepBurner1.exe / DeepBurner.exe / 0 / RCDATA / TBOOTIMAGESELECTFORM / TBOOTIMAGESELECTFORM.txt < prev   
Text File  |  2006-03-23  |  3KB  |  121 lines

  1. object BootImageSelectForm: TBootImageSelectForm
  2.   Left = 437
  3.   Top = 237
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   BorderWidth = 5
  7.   Caption = 'Boot properties'
  8.   ClientHeight = 110
  9.   ClientWidth = 332
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   Icon.Data = {<image000.ico>}
  17.   OldCreateOrder = False
  18.   Position = poMainFormCenter
  19.   OnCreate = FormCreate
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Bevel: TBevel
  23.     Left = 0
  24.     Top = 66
  25.     Width = 329
  26.     Height = 9
  27.     Shape = bsBottomLine
  28.   end
  29.   object Label1: TLabel
  30.     Left = 8
  31.     Top = 28
  32.     Width = 78
  33.     Height = 13
  34.     Caption = ' Boot image file: '
  35.   end
  36.   object OkButton: TButton
  37.     Left = 85
  38.     Top = 83
  39.     Width = 75
  40.     Height = 25
  41.     Caption = 'Ok'
  42.     ModalResult = 1
  43.     TabOrder = 0
  44.     OnClick = OkButtonClick
  45.   end
  46.   object CancelButton: TButton
  47.     Left = 173
  48.     Top = 83
  49.     Width = 75
  50.     Height = 25
  51.     Cancel = True
  52.     Caption = 'Cancel'
  53.     ModalResult = 2
  54.     TabOrder = 1
  55.   end
  56.   object BootableCheckBox: TCheckBox
  57.     Left = 15
  58.     Top = 5
  59.     Width = 300
  60.     Height = 17
  61.     Caption = 'Make disc bootable'
  62.     TabOrder = 2
  63.   end
  64.   object BrowseButton: TButton
  65.     Left = 307
  66.     Top = 43
  67.     Width = 21
  68.     Height = 21
  69.     Caption = '...'
  70.     TabOrder = 3
  71.     OnClick = BrowseButtonClick
  72.   end
  73.   object BootFilePathEdit: TEdit
  74.     Left = 4
  75.     Top = 43
  76.     Width = 301
  77.     Height = 21
  78.     TabOrder = 4
  79.     OnChange = BootFilePathEditChange
  80.   end
  81.   object OpenDialog: TOpenDialog
  82.     Options = [ofPathMustExist, ofFileMustExist, ofEnableSizing]
  83.     Title = 'Select boot image file'
  84.     Left = 32
  85.     Top = 79
  86.   end
  87.   object smlFormLangRes: TsmlFormLangRes
  88.     LangFileName = 'DefLang.ini'
  89.     IgnoreEmptyString = True
  90.     AutoCreateMode = True
  91.     AddBracket = True
  92.     StringProperties.Strings = (
  93.       'Caption'
  94.       'Title')
  95.     StringsProperties.Strings = (
  96.       'Tabs'
  97.       'Items')
  98.     IgnoreControls.Strings = (
  99.       'BootFilePathEdit'
  100.       'BrowseButton')
  101.     IgnoreFormCaption = False
  102.     IncludeListViewItems = False
  103.     IncludeListViewHead = False
  104.     IncludeTreeViewItems = False
  105.     Active = False
  106.     Top = 79
  107.   end
  108.   object smlMsgLangRes: TsmlMsgLangRes
  109.     LangFileName = 'DefLang.ini'
  110.     IgnoreEmptyString = True
  111.     AutoCreateMode = True
  112.     AddBracket = True
  113.     MsgList.Strings = (
  114.       'AllFiles=All files'
  115.       'BIFiles=Boot image files')
  116.     Active = False
  117.     Left = 64
  118.     Top = 80
  119.   end
  120. end
  121.